home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_10446.txt < prev    next >
Text File  |  1990-03-19  |  2KB  |  107 lines

  1. -- card: 10446 from stack: in
  2. -- bmap block id: 15651
  3. -- flags: 0000
  4. -- background id: 2792
  5. -- name: open 4
  6. ----- HyperTalk script -----
  7. on opencard
  8.   wait 180
  9.   go next
  10. end opencard
  11.  
  12. on closeCard
  13.   put "yes" into line 1 of field "footprints" of card "Map"
  14. end closeCard
  15.  
  16.  
  17. -- part 1 (button)
  18. -- low flags: 00
  19. -- high flags: 0001
  20. -- rect: left=428 top=317 right=342 bottom=456
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 18621 / 18621
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: 
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: 0001
  34. -- rect: left=482 top=317 right=342 bottom=510
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 18623 / 18623
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: 
  43.  
  44.  
  45. -- part 4 (button)
  46. -- low flags: 00
  47. -- high flags: 0001
  48. -- rect: left=455 top=317 right=342 bottom=483
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 18622 / 18622
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: next
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   answer "Click one of the sections." with "Help" or "OK"
  60.   if it is "Help" then
  61.     push card
  62.     visual dissolve
  63.     go card "howtoUse"
  64.   else exit mouseUp
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 8 (button)
  70. -- low flags: 00
  71. -- high flags: 0000
  72. -- rect: left=488 top=324 right=336 bottom=503
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: zoomButton
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual zoom open slowly
  84.   wait 120
  85.   go next
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part contents for background part 9
  91. ----- text -----
  92. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  93.  
  94. -- part contents for background part 11
  95. ----- text -----
  96. open4
  97.  
  98. -- part contents for background part 4
  99. ----- text -----
  100. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  101.  
  102. -- part contents for background part 5
  103. ----- text -----
  104.  
  105.  
  106.  
  107.